Package eu.europa.ec.taxud.cesop.readers
Class XmlLocation
- java.lang.Object
-
- eu.europa.ec.taxud.cesop.readers.XmlLocation
-
-
Constructor Summary
Constructors Constructor Description XmlLocation(Location delegate, List<String> xmlPath)Instantiates a new Xml location.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()StringgetPublicId()StringgetSystemId()List<String>getXmlPath()Gets xml path.
-
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceLocation
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffsetin interfaceLocation
-
getPublicId
public String getPublicId()
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceLocation
-
-